07-Take user input as variable and print.py


Sign up Free. Don't forget to check out our challenges, lessons, solve and learn series and more ...


Code Snippet

thetext = input("Enter some text ")
print ("This is what you entered:")
print (thetext)                    

Try it yourself